Fix a comment
authorMatthias Clasen <mclasen@redhat.com>
Tue, 29 Dec 2015 03:36:29 +0000 (22:36 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 29 Dec 2015 03:37:33 +0000 (22:37 -0500)
gtk/gtkcssvalue.c

index 7f43e3f9f5d6464659641680669544af0adb2dd1..97804157b32228e8f8ee477ac502fc1c110ad8b4 100644 (file)
@@ -71,8 +71,8 @@ _gtk_css_value_unref (GtkCssValue *value)
  * @value: the value to compute from
  * @property_id: the ID of the property to compute
  * @provider: Style provider for looking up extra information
- * @values: values to compute for
- * @parent_values: parent values to use for inherited values
+ * @style: Style to compute for
+ * @parent_style: parent style to use for inherited values
  *
  * Converts the specified @value into the computed value for the CSS
  * property given by @property_id using the information in @context.